home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 6493 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  933 b 

  1. Path: ix.netcom.com!netnews
  2. From: rajash@ix.netcom.com(Rajash Gopalakrishnan )
  3. Newsgroups: comp.lang.c++
  4. Subject: Segmented Exe.
  5. Date: 8 Feb 1996 23:44:25 GMT
  6. Organization: Netcom
  7. Message-ID: <4fe1sp$41d@reader2.ix.netcom.com>
  8. NNTP-Posting-Host: ix-dgr-il2-11.ix.netcom.com
  9. X-NETCOM-Date: Thu Feb 08  3:44:25 PM PST 1996
  10.  
  11. Hi!.
  12.  
  13. I have an application developed in VC++ (1.52) which has an exe of size
  14. 1MB. By #pragma code_seg "...." statement in source files we have given
  15. logical segmentation for the whole application. 
  16.  
  17. But during loading the exe it seems the full code is loading to memory.
  18. I heared there is a way the segmented exe can be loaded by 'LOAD
  19. ONCALL'.
  20.  
  21. We have specified LOADONCALL on .def file also. But still it  doesn't
  22. work out. Any linker option we have to consider or any linker option is
  23. overriding this option in our application.
  24.  
  25. Any help or comment on this will be appreciated.
  26.  
  27. Thanks in advance
  28. --Raj---
  29.  
  30.